home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectSound / StreamData / streamdata.vcproj < prev   
Encoding:
Extensible Markup Language  |  2004-09-27  |  5.7 KB  |  221 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="StreamData"
  6.     ProjectGUID="{8CE5218F-91A6-4478-A902-FCE42E46FEC0}"
  7.     SccProjectName=""
  8.     SccLocalPath="">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug|Win32"
  16.             OutputDirectory=".\Debug"
  17.             IntermediateDirectory=".\Debug"
  18.             ConfigurationType="1"
  19.             UseOfMFC="0"
  20.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  21.             CharacterSet="1">
  22.             <Tool
  23.                 Name="VCCLCompilerTool"
  24.                 Optimization="0"
  25.                 AdditionalIncludeDirectories="..\..\common"
  26.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  27.                 RuntimeLibrary="5"
  28.                 UsePrecompiledHeader="3"
  29.                 PrecompiledHeaderThrough="DxStdAfx.h"
  30.                 AssemblerListingLocation=".\Debug/"
  31.                 ObjectFile=".\Debug/"
  32.                 ProgramDataBaseFileName=".\Debug/"
  33.                 WarningLevel="3"
  34.                 SuppressStartupBanner="TRUE"
  35.                 DebugInformationFormat="3"
  36.                 CompileAs="0"/>
  37.             <Tool
  38.                 Name="VCCustomBuildTool"/>
  39.             <Tool
  40.                 Name="VCLinkerTool"
  41.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  42.                 AdditionalDependencies="comctl32.lib dxerr9.lib winmm.lib d3dx9dt.lib dsound.lib dxguid.lib odbc32.lib odbccp32.lib"
  43.                 OutputFile=".\Debug/streamdata.exe"
  44.                 LinkIncremental="2"
  45.                 SuppressStartupBanner="TRUE"
  46.                 GenerateDebugInformation="TRUE"
  47.                 ProgramDatabaseFile=".\Debug/streamdata.pdb"
  48.                 SubSystem="2"/>
  49.             <Tool
  50.                 Name="VCMIDLTool"
  51.                 PreprocessorDefinitions="_DEBUG"
  52.                 MkTypLibCompatible="TRUE"
  53.                 SuppressStartupBanner="TRUE"
  54.                 TargetEnvironment="1"
  55.                 TypeLibraryName=".\Debug/streamdata.tlb"/>
  56.             <Tool
  57.                 Name="VCPostBuildEventTool"/>
  58.             <Tool
  59.                 Name="VCPreBuildEventTool"/>
  60.             <Tool
  61.                 Name="VCPreLinkEventTool"/>
  62.             <Tool
  63.                 Name="VCResourceCompilerTool"
  64.                 PreprocessorDefinitions="_DEBUG"
  65.                 Culture="1033"/>
  66.             <Tool
  67.                 Name="VCWebServiceProxyGeneratorTool"/>
  68.             <Tool
  69.                 Name="VCWebDeploymentTool"/>
  70.         </Configuration>
  71.         <Configuration
  72.             Name="Release|Win32"
  73.             OutputDirectory=".\Release"
  74.             IntermediateDirectory=".\Release"
  75.             ConfigurationType="1"
  76.             UseOfMFC="0"
  77.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  78.             CharacterSet="1">
  79.             <Tool
  80.                 Name="VCCLCompilerTool"
  81.                 InlineFunctionExpansion="1"
  82.                 AdditionalIncludeDirectories="..\..\common"
  83.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  84.                 StringPooling="TRUE"
  85.                 RuntimeLibrary="4"
  86.                 EnableFunctionLevelLinking="TRUE"
  87.                 UsePrecompiledHeader="3"
  88.                 PrecompiledHeaderThrough="DxStdAfx.h"
  89.                 AssemblerListingLocation=".\Release/"
  90.                 ObjectFile=".\Release/"
  91.                 ProgramDataBaseFileName=".\Release/"
  92.                 WarningLevel="3"
  93.                 SuppressStartupBanner="TRUE"
  94.                 CompileAs="0"/>
  95.             <Tool
  96.                 Name="VCCustomBuildTool"/>
  97.             <Tool
  98.                 Name="VCLinkerTool"
  99.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  100.                 AdditionalDependencies="comctl32.lib dxerr9.lib winmm.lib d3dx9.lib dsound.lib dxguid.lib odbc32.lib odbccp32.lib"
  101.                 OutputFile=".\Release/streamdata.exe"
  102.                 LinkIncremental="1"
  103.                 SuppressStartupBanner="TRUE"
  104.                 ProgramDatabaseFile=".\Release/streamdata.pdb"
  105.                 SubSystem="2"/>
  106.             <Tool
  107.                 Name="VCMIDLTool"
  108.                 PreprocessorDefinitions="NDEBUG"
  109.                 MkTypLibCompatible="TRUE"
  110.                 SuppressStartupBanner="TRUE"
  111.                 TargetEnvironment="1"
  112.                 TypeLibraryName=".\Release/streamdata.tlb"/>
  113.             <Tool
  114.                 Name="VCPostBuildEventTool"/>
  115.             <Tool
  116.                 Name="VCPreBuildEventTool"/>
  117.             <Tool
  118.                 Name="VCPreLinkEventTool"/>
  119.             <Tool
  120.                 Name="VCResourceCompilerTool"
  121.                 PreprocessorDefinitions="NDEBUG"
  122.                 Culture="1033"/>
  123.             <Tool
  124.                 Name="VCWebServiceProxyGeneratorTool"/>
  125.             <Tool
  126.                 Name="VCWebDeploymentTool"/>
  127.         </Configuration>
  128.     </Configurations>
  129.     <Files>
  130.         <Filter
  131.             Name="Source Files"
  132.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  133.             <File
  134.                 RelativePath=".\streamdata.cpp">
  135.             </File>
  136.         </Filter>
  137.         <Filter
  138.             Name="Resource Files"
  139.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  140.             <File
  141.                 RelativePath="..\..\common\directx.ico">
  142.             </File>
  143.             <File
  144.                 RelativePath=".\resource.h">
  145.             </File>
  146.             <File
  147.                 RelativePath=".\streamdata.rc">
  148.             </File>
  149.         </Filter>
  150.         <Filter
  151.             Name="Common"
  152.             Filter="">
  153.             <File
  154.                 RelativePath="..\..\Common\DXUT.cpp">
  155.             </File>
  156.             <File
  157.                 RelativePath="..\..\Common\DXUT.h">
  158.             </File>
  159.             <File
  160.                 RelativePath="..\..\Common\DXUTMesh.cpp">
  161.             </File>
  162.             <File
  163.                 RelativePath="..\..\Common\DXUTMesh.h">
  164.             </File>
  165.             <File
  166.                 RelativePath="..\..\Common\DXUTSettingsDlg.cpp">
  167.             </File>
  168.             <File
  169.                 RelativePath="..\..\Common\DXUTSettingsDlg.h">
  170.             </File>
  171.             <File
  172.                 RelativePath="..\..\Common\DXUTenum.cpp">
  173.             </File>
  174.             <File
  175.                 RelativePath="..\..\Common\DXUTenum.h">
  176.             </File>
  177.             <File
  178.                 RelativePath="..\..\Common\DXUTgui.cpp">
  179.             </File>
  180.             <File
  181.                 RelativePath="..\..\Common\DXUTgui.h">
  182.             </File>
  183.             <File
  184.                 RelativePath="..\..\Common\DXUTmisc.cpp">
  185.             </File>
  186.             <File
  187.                 RelativePath="..\..\Common\DXUTmisc.h">
  188.             </File>
  189.             <File
  190.                 RelativePath="..\..\Common\DXUTsound.cpp">
  191.             </File>
  192.             <File
  193.                 RelativePath="..\..\Common\DXUTsound.h">
  194.             </File>
  195.             <File
  196.                 RelativePath="..\..\Common\dxstdafx.cpp">
  197.                 <FileConfiguration
  198.                     Name="Debug|Win32">
  199.                     <Tool
  200.                         Name="VCCLCompilerTool"
  201.                         UsePrecompiledHeader="1"/>
  202.                 </FileConfiguration>
  203.                 <FileConfiguration
  204.                     Name="Release|Win32">
  205.                     <Tool
  206.                         Name="VCCLCompilerTool"
  207.                         UsePrecompiledHeader="1"/>
  208.                 </FileConfiguration>
  209.             </File>
  210.             <File
  211.                 RelativePath="..\..\Common\dxstdafx.h">
  212.             </File>
  213.         </Filter>
  214.         <File
  215.             RelativePath=".\readme.txt">
  216.         </File>
  217.     </Files>
  218.     <Globals>
  219.     </Globals>
  220. </VisualStudioProject>
  221.